FtpSecurityType
FTP channel encryption type: unsecure, explicit or implicit
API Section: Enumerations
Type: Enumeration
Properties
Enumerated Name |
Type |
Format |
Value |
Description |
---|---|---|---|---|
ftp_unsecure |
integer |
int32 |
0 |
Insecure ftp:// |
explicit |
integer |
int32 |
1 |
Explicit ftpes:// |
implicit |
integer |
int32 |
2 |
Implicit ftps:// |